*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.header{

	width: 100%;
	height: 80px;
	display: block;
	background-color: #FFD88A;

}

#header2{
	background-color: #FFFFFF;
}

#header3{
	background-color: #E6D8F9;
}

.footer{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	display: block;
	background-color: #FFD88A;
	color: black;
}

.inner-header{

	width: 1000px;
	height: 100%;
	display: block;
	margin: 0 auto;	
	background-color: #E6D8F9;

}

.logo-container{
	height: 100%;
	display: table;
	float: left;

}

.Slogo-container{
	height: 50px;
	display: table;
	float: left;
	color: black;

}

.logo-container image{
	display: table-cell;
	verticle-allign:middle;


}

.bullet-text ul {
  list-style-type: disc;      /* bullet style */
  padding-left: 20px;         /* space before bullets */
  margin: 0;
}

.bullet-text li {
  margin-bottom: 12px;        /* spacing between lines */
  font-size: 25px;
  color: #000;
}

.para-left{
	width: 50%;

}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: #FFD88A;
}

.logo img {
  height: 75px;
}

.Slogo img {
  height: 30px;
}

.baritalia{
  background-color: #FFD88A;
}

.baritalia2{
  background-color: #FFFFFF;
}

.baritalia3{
  background-color: #E6D8F9;
}

.nav-links a {
  margin-left: 70px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  size:70px;
  font-size: 20px;
}

.nav-links a:hover {
  color: #444;
}


hr {
  width: 98.5%;        /* or any fixed width like 200px */
  margin: 0 auto; /* auto left/right margin centers it */
  border: none;
  border-top: 3px solid #000; /* customize as needed */
}

.bullet-image-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #FFD88A;
}

.bullet-image-section2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: #FFFFFF;
}

.bullet-image-section3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #E6D8F9;
}

.text-content {
  flex: 1;
}

.text-content ul {
  list-style-type: square;
  padding-left: 20px;
  font-size: 20px;
  margin;0:
}

.image-content {
  flex: 2;
  display: flex;
  justify-content: center;

}

.image-content img {
  width: 70%;
  height: auto;
  border-radius: 20px;
}

.image-content2 {
  flex: 2;
  display: flex;
  justify-content: center;

}

.image-content2 img {
  width: 50%;
  height: auto;
  border-radius: 20px;
}

.image-content3 {
  flex: 2;
  display: flex;
  justify-content: center;

}

.image-content3 img {
  width: 53%;
  height: auto;
  border-radius: 20px;
}

.display2 {
	
display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  background-color: #E6D8F9;
  text-align: center;
}


.footer{
	display: flex;
	width: 100%;
	height: 180px;
	display: block;
	background-color: #FFD88A;


  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  color: #000;
  flex-wrap: wrap;
}

.inner-footer{

	width: 95%;
	height: 100%;
	display: block;
	margin: 0 auto;	
	background-color: #FFD88A;

}

.left-footer{
  font-size: 14px;
  flex: 1;
}

.right-footer{
	display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.logo-container{
	height: 100%;
	display: table;
	float: left;

}

.logo-container image{
	display: table-cell;
	verticle-allign:middle;


}

.centered-title {

	text-align: center;
}


.gallery-container {
  text-align: center;
  padding: 40px 20px;
  background-color: #E6D8F9;

}

.gallery-container2 {
  text-align: center;
  padding: 40px 20px;
  background-color: #FFD88A;

}

.gallery-container h1 {
  margin-bottom: 30px;
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}

.image-item {
  flex: 1 1 300px;
  max-width: 300px;
}

.main-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.bar{
  
  text-align: center;
  background-color: white;
}

.caption-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.captions {
  text-align: left;
}

.caption-top {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.caption-bottom {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 4px;
}

.side-img {
  width: 60px;
  height: auto;
  border-radius: 6px;
  margin-left: 10px;
  flex-shrink: 0;
}

.smallL{
	height: 20px;

}

.v-links a {
  display: block;
  margin-bottom: 8px; /* space between links */
  color: #333;
  text-decoration: none;
}

.v-links a:hover {
  text-decoration: underline;
}


/* Loading screen covers everything */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* This is what fades */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: all;
}

/* This class triggers the fade-out */
#loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* Optional: style the image */
#loading-screen img {
  width: 350px; /* adjust as needed */
  height: auto;
}

.center-page{
   width:50%
   margin:100px;
}

.center-box {
  width: 50%;                  /* control the width here */
  margin: 20px auto;          /* center horizontally and add top spacing */
  padding: 10px;
  background-color: #FFFFFF;   /* optional background */
  text-align: center;          /* default text alignment */
}

.left-heading {
  text-align: left;            /* override for headings */
  margin-top: 20px;
  margin-bottom: 5px;
}

.center-text {
  text-align: left;          /* keeps text centered */
  margin-bottom: 20px;
}